home *** CD-ROM | disk | FTP | other *** search
/ Go Ronald / Go Ronald Voice Interactive CD.iso / Data1.cab / _A78B221671294700924B8ABD93D36F0B / scripts / DefineButton2_264 / BUTTONCONDACTION on(release).as
Text File  |  2005-08-05  |  100b  |  6 lines

  1. on(release){
  2.    GoDown_MV.gotoAndPlay(2);
  3.    Go_btn._visible = false;
  4.    clickSound.start();
  5. }
  6.